home *** CD-ROM | disk | FTP | other *** search
/ Internet - Latest Software 2006 / Internet LS 2006.iso / Chat Watch 4.1.2 / cw_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-03-17  |  4.2 KB  |  71 lines

  1. ;InnoSetupVersion=4.2.6
  2. [Setup]
  3. AppName=Chat Watch
  4. AppVerName=Chat Watch 4.1.2
  5. AppId={{77CBFFEC-5EDD-4D50-B139-6E1FE95E6075}}
  6. AppVersion=4.1.2
  7. AppPublisher=Zemerick Software, Inc.
  8. AppPublisherURL=http://www.zemericks.com/products/chatwatch/index.asp
  9. AppSupportURL=http://www.zemericks.com/products/chatwatch/index.asp
  10. AppUpdatesURL=http://www.zemericks.com/products/chatwatch/index.asp
  11. DefaultDirName={pf}\CW4
  12. DefaultGroupName=Chat Watch 4
  13. UninstallDisplayIcon={app}\cw4.exe
  14. UninstallDisplayName=Chat Watch
  15. OutputBaseFilename=cw_setup
  16. Compression=lzma
  17. AllowNoIcons=yes
  18. LicenseFile=embedded\License.rtf
  19. InfoBeforeFile=embedded\InfoBefore.rtf
  20. InfoAfterFile=embedded\InfoAfter.rtf
  21. WizardImageFile=embedded\WizardImage0.bmp
  22. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  23. [Files]
  24. Source: "{commonappdata}\cw4_log\cwlogs.ini"; DestDir: "{commonappdata}\cw4_log"; Flags: onlyifdoesntexist 
  25. Source: "{app}\version.txt"; DestDir: "{app}"; 
  26. Source: "{sys}\asycfilt.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall regserver noregerror onlyifdoesntexist 
  27. Source: "{app}\cw4.exe"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{sys}\comdlg32.ocx"; DestDir: "{sys}"; Flags: uninsneveruninstall regserver noregerror onlyifdoesntexist 
  29. Source: "{sys}\mscomctl.ocx"; DestDir: "{sys}"; Flags: uninsneveruninstall regserver noregerror onlyifdoesntexist 
  30. Source: "{sys}\msinet.ocx"; DestDir: "{sys}"; Flags: uninsneveruninstall regserver noregerror onlyifdoesntexist 
  31. Source: "{sys}\Msvbvm60.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall regserver noregerror onlyifdoesntexist 
  32. Source: "{sys}\MSWINSCK.OCX"; DestDir: "{sys}"; Flags: uninsneveruninstall regserver noregerror onlyifdoesntexist 
  33. Source: "{sys}\OLEPRO32.DLL"; DestDir: "{sys}"; Flags: uninsneveruninstall regserver noregerror onlyifdoesntexist 
  34. Source: "{app}\polarcrypto.dll"; DestDir: "{app}"; Flags: regserver noregerror 
  35. Source: "{app}\PolarZIPLight.dll"; DestDir: "{app}"; Flags: regserver noregerror 
  36. Source: "{app}\smtp.ocx"; DestDir: "{app}"; Flags: regserver noregerror 
  37. Source: "{app}\notification.txt"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  38. Source: "{app}\cw4help.chm"; DestDir: "{app}"; 
  39. Source: "{app}\chatwatchquickstartguide.pdf"; DestDir: "{app}"; 
  40. [Dirs]
  41. Name: "{commonappdata}\cw4_log"; 
  42. [Registry]
  43. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"; ValueName: "CW"; ValueType: String; ValueData: """{app}\cw4.exe"""; Flags: createvalueifdoesntexist uninsdeletevalue 
  44. [Run]
  45. Filename: "{app}\cw4.exe"; Description: "Launch Chat Watch"; Flags: postinstall skipifsilent nowait
  46. [Icons]
  47. Name: "{group}\Chat Watch"; Filename: "{app}\cw4.exe"; WorkingDir: "{app}"; 
  48. Name: "{userdesktop}\Chat Watch"; Filename: "{app}\cw4.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  49. Name: "{group}\Chat Watch Help"; Filename: "{app}\cw4help.chm"; WorkingDir: "{app}"; 
  50. Name: "{group}\Chat Watch on the Web"; Filename: "http://www.zemericks.com/products/chatwatch/version_specific/index.asp?version=4.1.1.asp&Referrer=InCW&AdText=CWontheWeb"; 
  51. Name: "{group}\Quick Start Guide"; Filename: "{app}\chatwatchquickstartguide.pdf"; WorkingDir: "{app}"; 
  52. Name: "{group}\Ordering Information"; Filename: "https://www.zemericks.com/store/universal_buy.asp?item=chatwatch4&Referrer=InCW&AdText=OrderingInfo"; 
  53. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; Tasks: Uninstall; 
  54. [Tasks]
  55. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  56. Name: "Uninstall"; Description: "Add &Uninstall Shortcut on the Start menu"; GroupDescription: "Shortcuts"; 
  57. [CustomMessages]
  58. default.NameAndVersion=%1 version %2
  59. default.AdditionalIcons=Additional icons:
  60. default.CreateDesktopIcon=Create a &desktop icon
  61. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  62. default.ProgramOnTheWeb=%1 on the Web
  63. default.UninstallProgram=Uninstall %1
  64. default.LaunchProgram=Launch %1
  65. default.AssocFileExtension=&Associate %1 with the %2 file extension
  66. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  67. [Languages]
  68. ; These files are stubs
  69. ; To achieve better results after recompilation, use the real language files
  70. Name: "default"; MessagesFile: "embedded\default.isl"; 
  71.